home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / i / internet / software / tuwtcpsr / tuwtcp.prj < prev    next >
Encoding:
Text File  |  1995-05-03  |  331 b   |  22 lines

  1. TUWTCP.prg         ; name of executable program is topmost window
  2. =                  ; list of modules follows...
  3. TUWSTART.S          ; startup code
  4. tuwtcp.c
  5. ip.c
  6. arp.c
  7. icmp.c
  8. tcp.c
  9. udp.c
  10. queue.c
  11. queueasm.s
  12. netdb.c
  13. cookie.c
  14. pktdrv.c
  15. timer.c
  16. mbuf.c
  17. gemhook.s
  18. PCSTDLIB.LIB
  19. PCEXTLIB.LIB
  20. PCTOSLIB.LIB
  21. PCGEMLIB.LIB
  22.